Returns all the restrictions that are supported for selecting objects of the specified type from the object store.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Function GetSupportedRestrictions ( _
typeName As String _
) As IList(Of String)
'使用
Dim instance As IVsDataObjectStore
Dim typeName As String
Dim returnValue As IList(Of String)
returnValue = instance.GetSupportedRestrictions(typeName)
IList<string> GetSupportedRestrictions(
string typeName
)
IList<String^>^ GetSupportedRestrictions(
String^ typeName
)
function GetSupportedRestrictions(
typeName : String
) : IList<String>
Parameters
typeName
Type: System.StringThe data source–specific name of the type for which to retrieve the supported restrictions.
Return Value
Type: System.Collections.Generic.IList<String>
A list of string values representing the supported restrictions.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The typeName parameter is a null reference (Nothing in Visual Basic). |
Remarks
The restrictions act as a filter to limit the number of objects returned from the object store.
Permissions
- 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.