HostMemberAttribute(String) Constructor

Definition

Initializes a new instance of the HostMemberAttribute class.

public:
 HostMemberAttribute(System::String ^ memberName);
public HostMemberAttribute (string memberName);
new Microsoft.VisualStudio.Tools.Applications.Runtime.HostMemberAttribute : string -> Microsoft.VisualStudio.Tools.Applications.Runtime.HostMemberAttribute
Public Sub New (memberName As String)

Parameters

memberName
String

The name of the method or property in the host application's object model. This name will usually be the same as the method or property name in the proxy type.

Applies to