XmlDocumentationProvider.GetId Metoda

Definice

Přetížení

GetId(PropertyInfo)

Vygeneruje String identifikátor pro daný identifikátor propertyInfo .

GetId(Type)

Vygeneruje String identifikátor pro daný identifikátor type .

GetId(PropertyInfo)

Vygeneruje String identifikátor pro daný identifikátor propertyInfo .

public:
 static System::String ^ GetId(System::Reflection::PropertyInfo ^ propertyInfo);
public static string GetId (System.Reflection.PropertyInfo propertyInfo);
static member GetId : System.Reflection.PropertyInfo -> string
Public Shared Function GetId (propertyInfo As PropertyInfo) As String

Parametry

propertyInfo
PropertyInfo

Pro PropertyInfo Získání identifikátoru pro.

Návraty

String

StringIdentifikátor pro daný propertyInfo .

Platí pro

GetId(Type)

Vygeneruje String identifikátor pro daný identifikátor type .

public:
 static System::String ^ GetId(Type ^ type);
public static string GetId (Type type);
static member GetId : Type -> string
Public Shared Function GetId (type As Type) As String

Parametry

type
Type

Pro Type Získání identifikátoru pro.

Návraty

String

StringIdentifikátor pro daný type .

Platí pro