HostMemberAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.