RegisterAdditionalEditorExtensionAttribute.Factory Property
Guid identifying the editor factory to register.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
'Declaration
Public ReadOnly Property Factory As Guid
public Guid Factory { get; }
public:
property Guid Factory {
Guid get ();
}
member Factory : Guid with get
function get Factory () : Guid
Type: System.Guid
- 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.