IVsDataSourceInformation Interface
Represents the interface that exposes methods and properties for retrieving properties about a specified data source passed as name/value pairs.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<DataClientObjectAttribute("B0A5A025-FAEF-4440-AFE3-3869E2766AEB")> _
<DataDefaultObjectAttribute("82103334-A4FB-425b-82D2-A98C80DE788D")> _
Public Interface IVsDataSourceInformation
[DataClientObjectAttribute("B0A5A025-FAEF-4440-AFE3-3869E2766AEB")]
[DataDefaultObjectAttribute("82103334-A4FB-425b-82D2-A98C80DE788D")]
public interface IVsDataSourceInformation
[DataClientObjectAttribute(L"B0A5A025-FAEF-4440-AFE3-3869E2766AEB")]
[DataDefaultObjectAttribute(L"82103334-A4FB-425b-82D2-A98C80DE788D")]
public interface class IVsDataSourceInformation
[<DataClientObjectAttribute("B0A5A025-FAEF-4440-AFE3-3869E2766AEB")>]
[<DataDefaultObjectAttribute("82103334-A4FB-425b-82D2-A98C80DE788D")>]
type IVsDataSourceInformation = interface end
public interface IVsDataSourceInformation
The IVsDataSourceInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Item | When implemented by a class, retrieves a data source information property with the specified name. |
Top
Methods
Name | Description | |
---|---|---|
Contains | When implemented by a class, retrieves a Boolean value indicating whether a specified property is contained in this data source information instance. |
Top
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace