FileNodeProperties.Extension Property

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

See Also

Reference

FileNodeProperties Class

FileNodeProperties Members

Microsoft.VisualStudio.Package Namespace