RegisterLanguageExtensionAttribute.Extension Property
Gets the associated file extension.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public ReadOnly Property Extension As String
'使用
Dim instance As RegisterLanguageExtensionAttribute
Dim value As String
value = instance.Extension
public string Extension { get; }
public:
property String^ Extension {
String^ get ();
}
public function get Extension () : String
Property Value
Type: System.String
The associated file extension.
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.
See Also
Reference
RegisterLanguageExtensionAttribute Class