IName |
public interface INameOwner : INamedObject
The INameOwner type exposes the following members.
Name | Description | |
---|---|---|
Name | The name of the name owner. The get operation will throw an InvalidOperationException if the name is not still set (use TryGetName(String) to test for this condition). The set operation can throw an InvalidOperation exception if it is not allowed to set the name. |
Name | Description | |
---|---|---|
TryGetName |
Test if this item already has a name.
(Inherited from INamedObject) |
Name | Description | |
---|---|---|
GetProjectFolderPropertyDocuments |
Gets the project folder property documents down the project folder hierarchie.
(Defined by PropertyExtensions) |