Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FilteredImports As Collection(Of Tuple(Of T, TMetadataView))
public virtual Collection<Tuple<T, TMetadataView>> FilteredImports { get; }
public:
virtual property Collection<Tuple<T, TMetadataView>^>^ FilteredImports {
Collection<Tuple<T, TMetadataView>^>^ get ();
}
abstract FilteredImports : Collection<Tuple<'T, 'TMetadataView>> with get
override FilteredImports : Collection<Tuple<'T, 'TMetadataView>> with get
function get FilteredImports () : Collection<Tuple<T, TMetadataView>>
Property Value
Type: Collection<Tuple<T, TMetadataView>>
.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
ExtensionRegistrarBase<T, TMetadataView> Class
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace