共用方式為


IVsDataObjectSelector.GetSupportedRestrictions 方法

當由類別實作時,會擷取支援,當選取資料物件指定型別時的任何限制。

命名空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Function GetSupportedRestrictions ( _
    typeName As String _
) As IList(Of String)
IList<string> GetSupportedRestrictions(
    string typeName
)
IList<String^>^ GetSupportedRestrictions(
    String^ typeName
)
abstract GetSupportedRestrictions : 
        typeName:string -> IList<string> 
function GetSupportedRestrictions(
    typeName : String
) : IList<String>

參數

  • typeName
    類型:String

    特定資料來源的型別名稱取得支援的限制。

傳回值

類型:IList<String>
支援時,擷取指定型別的資料物件限制的清單。

.NET Framework 安全性

請參閱

參考

IVsDataObjectSelector 介面

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空間