WpfUIFactoryElement.Factory Property
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public ReadOnly Property Factory As Guid
Get
'Utilisation
Dim instance As WpfUIFactoryElement
Dim value As Guid
value = instance.Factory
public Guid Factory { get; }
public:
property Guid Factory {
Guid get ();
}
member Factory : Guid
function get Factory () : Guid
Property Value
Type: System.Guid
.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.