IVsUIObject.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 name of the data type for the object.
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 the name of the type.
Returns
Returns S_OK if the data type was returned.