Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the GUID of the associated factory.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Factory As Guid
'Usage
Dim instance As ProvideEditorExtensionAttribute
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
The GUID of the editor factory.
Remarks
The GUID value is obtained either by converting the factoryGuid string parameter to a Guid, or by accessing the GUID property on the factory type.
The value of Factory is set in the constructor ProvideEditorExtensionAttribute.
.NET Framework Security
- 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
ProvideEditorExtensionAttribute Class