BuildOutputGroup Class

 

Represents a build output group.

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

System.Object
  Microsoft.VisualStudio.Shell.Interop.BuildOutputGroup

public abstract class BuildOutputGroup

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBuilt

Represents built files in an output group.

System_CAPS_pubfieldSystem_CAPS_staticContentFiles

Represents content files in an output group.

System_CAPS_pubfieldSystem_CAPS_staticDocumentation

Represents documentation files in an output group.

System_CAPS_pubfieldSystem_CAPS_staticLocalizedResourceDlls

Represents localized resource DLLs in an output group.

System_CAPS_pubfieldSystem_CAPS_staticSourceFiles

Represents source code files in an output group.

System_CAPS_pubfieldSystem_CAPS_staticSymbols

Represents a list of symbols in an output group.

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

Return to top
Show: