DiscoveryNodeType Enumeration

 

Specifies the discovery node type in GetNodeType calls.

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

public enum DiscoveryNodeType

Member nameDescription
DiscoveryReferenceInfo

The result contains discovery reference information.

SchemaReferenceInfo

The result contains schema reference information.

ServiceReferenceInfo

The result contains service reference information.

UnrecognizedReference

The result contains an unrecognized reference type.

From DiscoveryService.idl:

Return to top
Show: