Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an object that can convert data object identifiers from formatted strings to unformatted parts and vice versa.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectIdentifierConverter As DataObjectIdentifierConverter
Get
public DataObjectIdentifierConverter ObjectIdentifierConverter { get; }
public:
property DataObjectIdentifierConverter^ ObjectIdentifierConverter {
DataObjectIdentifierConverter^ get ();
}
member ObjectIdentifierConverter : DataObjectIdentifierConverter
function get ObjectIdentifierConverter () : DataObjectIdentifierConverter
Property Value
Type: Microsoft.VisualStudio.Data.DataObjectIdentifierConverter
Returns a DataObjectIdentifierConverter object instance, which can convert data object identifiers from formatted strings to unformatted parts and vice versa.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.