Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
Gets the applied limitations
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaração
Public ReadOnly Property ElementTypes As IEnumerable(Of Type)
Get
public IEnumerable<Type> ElementTypes { get; }
public:
property IEnumerable<Type^>^ ElementTypes {
IEnumerable<Type^>^ get ();
}
member ElementTypes : IEnumerable<Type>
function get ElementTypes () : IEnumerable<Type>
Property Value
Type: System.Collections.Generic.IEnumerable<Type>
.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.
See Also
Reference
ApplyElementTypeLimitationsAttribute Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace