Gets the extension of the file node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Extension As String
'使用
Dim instance As FileNodeProperties
Dim value As String
value = instance.Extension
[BrowsableAttribute(false)]
public string Extension { get; }
[BrowsableAttribute(false)]
public:
property String^ Extension {
String^ get ();
}
public function get Extension () : String
Property Value
Type: System.String
Returns the extension of the file node.
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.