Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Public ReadOnly Property Factory As Guid
'使用
Dim instance As RegisterAdditionalEditorExtensionAttribute
Dim value As Guid
value = instance.Factory
public Guid Factory { get; }
public:
property Guid Factory {
Guid get ();
}
public function get Factory () : Guid
Property Value
Type: System.Guid
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
RegisterAdditionalEditorExtensionAttribute Class