DefaultMemberAttribute(String) Costruttore

Definizione

Inizializza una nuova istanza della classe DefaultMemberAttribute.

public:
 DefaultMemberAttribute(System::String ^ memberName);
public DefaultMemberAttribute (string memberName);
new System.Reflection.DefaultMemberAttribute : string -> System.Reflection.DefaultMemberAttribute
Public Sub New (memberName As String)

Parametri

memberName
String

Oggetto String che contiene il nome del membro da richiamare. Può essere un costruttore, un metodo, una proprietà o un campo. È necessario specificare un attributo di chiamata appropriato quando viene richiamato il membro. Il membro predefinito di una classe può essere specificato passando un oggetto String vuoto come nome del membro.

Il membro predefinito di un tipo è contrassegnato con l'attributo personalizzato DefaultMemberAttribute o contrassegnato in COM nel modo consueto.

Si applica a