VSConstants.LOGVIEWID_UserChooseView Field
GUID_VSStandardCommandSet97 cmdidOpenWith handlers should pass this value to OpenStandardEditor method which prompts the user to choose which user-defined view to use.
Namespace: Microsoft.VisualStudio
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
‘선언
Public Shared ReadOnly LOGVIEWID_UserChooseView As Guid
‘사용 방법
Dim value As Guid
value = VSConstants.LOGVIEWID_UserChooseView
public static readonly Guid LOGVIEWID_UserChooseView
public:
static initonly Guid LOGVIEWID_UserChooseView
static val LOGVIEWID_UserChooseView: Guid
public static final var LOGVIEWID_UserChooseView : 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.
See Also
Reference
Microsoft.VisualStudio Namespace