Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Flags associated with IVsTrackProjectDocumentsEvents2.OnQueryAddDirectories and IVsTrackProjectDocuments2.OnQueryAddDirectories.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration VSQUERYADDDIRECTORYRESULTS
'Usage
Dim instance As VSQUERYADDDIRECTORYRESULTS
public enum VSQUERYADDDIRECTORYRESULTS
public enum class VSQUERYADDDIRECTORYRESULTS
public enum VSQUERYADDDIRECTORYRESULTS
Members
| Member name | Description | |
|---|---|---|
| VSQUERYADDDIRECTORYRESULTS_AddOK | Directory can be added to the project. | |
| VSQUERYADDDIRECTORYRESULTS_AddNotOK | Directory cannot be added to the project. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYADDDIRECTORYRESULTS
{
VSQUERYADDDIRECTORYRESULTS_AddOK = 0,
VSQUERYADDDIRECTORYRESULTS_AddNotOK = 1
} VSQUERYADDDIRECTORYRESULTS;