VsExportProvisionScope Class

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.ExtensibilityHosting.VsExportProvisionScope
    Microsoft.VisualStudio.ExtensibilityHosting.VsExportProvisionOuterScope

Namespace:  Microsoft.VisualStudio.ExtensibilityHosting
Assembly:  Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)

Syntax

'Declaration
Public Class VsExportProvisionScope
public class VsExportProvisionScope
public ref class VsExportProvisionScope
type VsExportProvisionScope =  class end
public class VsExportProvisionScope

The VsExportProvisionScope type exposes the following members.

Constructors

  Name Description
Public method VsExportProvisionScope

Top

Properties

  Name Description
Protected property Id The Unique Identifier.

Top

Methods

  Name Description
Public method Equals Overridden Equals. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code of the unique Id. (Overrides Object.GetHashCode.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString String representation of Id. (Overrides Object.ToString.)

Top

Operators

  Name Description
Public operatorStatic member Equality Equality Comparison operator.
Public operatorStatic member Implicit(VsExportProvisionScope to String) (string) conversion operator overloading.
Public operatorStatic member Inequality InEquality Comparison operator.

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.ExtensibilityHosting Namespace