ProvideEditorLogicalViewAttribute.LogicalView Property
Gets the GUID of the logical view.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaración
Public ReadOnly Property LogicalView As Guid
Get
'Uso
Dim instance As ProvideEditorLogicalViewAttribute
Dim value As Guid
value = instance.LogicalView
public Guid LogicalView { get; }
public:
property Guid LogicalView {
Guid get ();
}
member LogicalView : Guid
function get LogicalView () : Guid
Property Value
Type: System.Guid
The GUID of the logical view.
.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
ProvideEditorLogicalViewAttribute Class