XmlDocumentationProvider.GetId Método

Definición

Sobrecargas

GetId(PropertyInfo)

Genera el String identificador del especificado propertyInfo .

GetId(Type)

Genera el String identificador del especificado type .

GetId(PropertyInfo)

Genera el String identificador del especificado 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

Parámetros

propertyInfo
PropertyInfo

PropertyInfoPara el que se va a obtener el identificador.

Devoluciones

String

StringIdentificador del especificado propertyInfo .

Se aplica a

GetId(Type)

Genera el String identificador del especificado 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

Parámetros

type
Type

TypePara el que se va a obtener el identificador.

Devoluciones

String

StringIdentificador del especificado type .

Se aplica a