Sdílet prostřednictvím


NewDocumentStateScope Constructor (__VSNEWDOCUMENTSTATE2, Guid)

Initializes a new instance of the NewDocumentStateScope class.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Sub New ( _
    state As __VSNEWDOCUMENTSTATE2, _
    reason As Guid _
)
public NewDocumentStateScope(
    __VSNEWDOCUMENTSTATE2 state,
    Guid reason
)
public:
NewDocumentStateScope(
    __VSNEWDOCUMENTSTATE2 state, 
    Guid reason
)
new : 
        state:__VSNEWDOCUMENTSTATE2 * 
        reason:Guid -> NewDocumentStateScope
public function NewDocumentStateScope(
    state : __VSNEWDOCUMENTSTATE2, 
    reason : Guid
)

Parameters

  • reason
    Type: Guid

    Reason the state is being set (typically this is a tool window or language service GUID).

.NET Framework Security

See Also

Reference

NewDocumentStateScope Class

NewDocumentStateScope Overload

Microsoft.VisualStudio.Shell Namespace