Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected ReadOnly Property DeferredFocusableItem As DiagramItem
'使用
Dim value As DiagramItem
value = Me.DeferredFocusableItem
protected DiagramItem DeferredFocusableItem { get; }
protected:
property DiagramItem^ DeferredFocusableItem {
DiagramItem^ get ();
}
protected function get DeferredFocusableItem () : DiagramItem
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Permissions
- 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.