HostMemberAttribute Class

 

Sets the way that methods and properties in the proxy are bound to the corresponding members in the host application's object model.

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::HostMemberAttribute

[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false, 
	Inherited = false)]
public ref class HostMemberAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodHostMemberAttribute(String^)

Initializes a new instance of the HostMemberAttribute class.

NameDescription
System_CAPS_pubpropertyBindingFlags

Gets or sets a BindingFlags enumeration value that controls binding and the way in which the search for members and types is conducted by reflection.

System_CAPS_pubpropertyMemberName

Gets the name of the member in the host application that the member in the proxy represents.

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: