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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public Property IsDynamic As Boolean
public bool IsDynamic { get; private set; }
public:
property bool IsDynamic {
bool get ();
private: void set (bool value);
}
member IsDynamic : bool with get, private set
function get IsDynamic () : boolean
private function set IsDynamic (value : boolean)
Property Value
Type: Boolean
.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.