Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0.dll)
Syntax
'Declaration
Public Property IsDynamic As Boolean
Get
Private Set
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: System.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.