CodeMemberMethod.PrivateImplementationType Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Datentyps der Schnittstelle, die diese Methode, falls privat, eine Methode von, falls vorhanden, implementiert.

public:
 property System::CodeDom::CodeTypeReference ^ PrivateImplementationType { System::CodeDom::CodeTypeReference ^ get(); void set(System::CodeDom::CodeTypeReference ^ value); };
public System.CodeDom.CodeTypeReference PrivateImplementationType { get; set; }
member this.PrivateImplementationType : System.CodeDom.CodeTypeReference with get, set
Public Property PrivateImplementationType As CodeTypeReference

Eigenschaftswert

A CodeTypeReference that indicates the data type of the interface with the method that the private method whose declaration is represented by this CodeMemberMethod implements.

Hinweise

Wenn dies CodeMemberMethod die Deklaration einer privaten Methode darstellt und die Methode eine Methode einer Schnittstelle implementiert, sollte diese Eigenschaft den Schnittstellentyp angeben, von dem die Methode eine Methode implementiert.

Der Von dieser Eigenschaft referenzierte Typ muss eine Schnittstelle sein.

Gilt für: