HostTypeAttribute Class

 

Specifies the relationship between a type and its canonical name.

Namespace:   Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

System::Object
  System::Attribute
    Microsoft.VisualStudio.Tools.Applications.Runtime::HostTypeAttribute

[AttributeUsageAttribute(AttributeTargets::Class | AttributeTargets::Struct | AttributeTargets::Enum | AttributeTargets::Interface | AttributeTargets::Delegate, 
	AllowMultiple = false, Inherited = false)]
public ref class HostTypeAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodHostTypeAttribute(String^)

Initializes a new instance of the HostTypeAttribute class.

NameDescription
System_CAPS_pubpropertyCanonicalName

Gets the canonical name of the type.

System_CAPS_pubpropertyProxyType

Gets or sets a Type instance that describes the proxy type.

System_CAPS_pubpropertySourceInterfaceGuid

For COM only. Gets or sets the GUID of the source interface for a coclass in the host application's object model.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: