ModelingToolboxItem.ToolboxContextOrigin Field
Specifies the key that indicates that a copy operation originated in the Toolbox. This field is constant.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Const ToolboxContextOrigin As String
'Usage
Dim value As String
value = ModelingToolboxItem.ToolboxContextOrigin
public const string ToolboxContextOrigin
public:
literal String^ ToolboxContextOrigin
public const var ToolboxContextOrigin : String
Remarks
This key is used in conjunction with the CopyOriginContext class.
.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
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |