IVsUIDataConverter.get_Type(String) 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.
Returns the logical type to which the convertor applies.
public:
int get_Type([Runtime::InteropServices::Out] System::String ^ % pTypeName);
public int get_Type (out string pTypeName);
abstract member get_Type : string -> int
Public Function get_Type (ByRef pTypeName As String) As Integer
Parameters
- pTypeName
- String
[out] Location to return a string representing the logical type.
Returns
Returns S_OK if the type was returned.