XmlDocumentationProvider.GetId Method

Definition

Overloads

GetId(PropertyInfo)

Generates the String identifier for the given propertyInfo.

GetId(Type)

Generates the String identifier for the given type.

GetId(PropertyInfo)

Generates the String identifier for the given 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

Parameters

propertyInfo
PropertyInfo

The PropertyInfo to get the identifier for.

Returns

String

The String identifier for the given propertyInfo.

Applies to

GetId(Type)

Generates the String identifier for the given 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

Parameters

type
Type

The Type to get the identifier for.

Returns

String

The String identifier for the given type.

Applies to