IVsDataObjectIdentifierConverter Interface
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.
Represents an ability to convert data object identifiers between formatted strings and raw parts.
public interface class IVsDataObjectIdentifierConverter
[Microsoft.VisualStudio.Data.Core.DataClientObject("25F7A929-9E69-4e2f-8B31-93661DB50853")]
public interface IVsDataObjectIdentifierConverter
[<Microsoft.VisualStudio.Data.Core.DataClientObject("25F7A929-9E69-4e2f-8B31-93661DB50853")>]
type IVsDataObjectIdentifierConverter = interface
Public Interface IVsDataObjectIdentifierConverter
- Derived
- Attributes
Methods
ConvertToArray(String, String) |
When implemented by a class, converts a formatted string identifier into its equivalent set of identifier parts. |
ConvertToString(String, Object[], DataObjectIdentifierFormat) |
When implemented by a class, converts a set of identifier parts into a formatted string identifier, based on the specified formatting option. |
ConvertToString(String, Object[]) |
When implemented by a class, converts a set of identifier parts into a formatted string identifier. |