XmlDocumentationProvider.GetId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetId(PropertyInfo) |
Generates the String identifier for the given |
| GetId(Type) |
Generates the String identifier for the given |
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
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
Returns
The String identifier for the given type.