IVsDataObjectStore.GetRequiredRestrictions Method
Returns the restrictions that are required 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
'Declaration
Function GetRequiredRestrictions ( _
typeName As String _
) As IList(Of String)
IList<string> GetRequiredRestrictions(
string typeName
)
IList<String^>^ GetRequiredRestrictions(
String^ typeName
)
abstract GetRequiredRestrictions :
typeName:string -> IList<string>
function GetRequiredRestrictions(
typeName : String
) : IList<String>
Parameters
typeName
Type: System.StringThe data source–specific name of the type for which to retrieve the required restrictions.
Return Value
Type: System.Collections.Generic.IList<String>
A list of string values representing the required restrictions.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The typeName parameter is nulla null reference (Nothing in Visual Basic). |
Remarks
The restrictions act as a filter to limit the number of objects returned from the object store.
.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.