Gets and sets the item name.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Property ItemName As String
'使用
Dim instance As ProjectElement
Dim value As String
value = instance.ItemName
instance.ItemName = value
public string ItemName { get; set; }
public:
property String^ ItemName {
String^ get ();
void set (String^ value);
}
public function get ItemName () : String
public function set ItemName (value : String)
Property Value
Type: System.String
If the item has been deleted, returns an empty string; otherwise returns the name of the build item.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.