DynamicAdapterManagerAttribute.IsDynamic Property
The MEF meta-data exposed by this Attribute. Indicates whether the AdapterManager supports any arbitrary LogicalAdapterId or not.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public bool IsDynamic { get; private set; }
public:
property bool IsDynamic {
bool get();
private: void set(bool value);
}
member IsDynamic : bool with get, private set
Public Property IsDynamic As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
See Also
DynamicAdapterManagerAttribute Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top