VSConstants Class
Use this class to access common Visual Studio constants.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
声明
<CLSCompliantAttribute(False)> _
Public NotInheritable Class VSConstants
用法
Dim instance As VSConstants
[CLSCompliantAttribute(false)]
public sealed class VSConstants
[CLSCompliantAttribute(false)]
public ref class VSConstants sealed
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type VSConstants = class end
public final class VSConstants
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants
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.