VSConstants.VsDependencyTypeGuid Class

Provides GUIDs for different project dependencies.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.VsDependencyTypeGuid

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

Syntax

'Declaration
Public NotInheritable Class VsDependencyTypeGuid
public static class VsDependencyTypeGuid
public ref class VsDependencyTypeGuid abstract sealed
[<AbstractClass>]
[<Sealed>]
type VsDependencyTypeGuid =  class end
public final class VsDependencyTypeGuid

The VSConstants.VsDependencyTypeGuid type exposes the following members.

Fields

  Name Description
Public fieldStatic member BuildProject_guid The build project dependency. Used with get_Type.
Public fieldStatic member BuildProject_string The build project dependency. Used with get_Type.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio Namespace