Gets the text that represents the original diagram that was copied.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Shared ReadOnly Property CopyOrigin As String
'使用
Dim value As String
value = Diagram.CopyOrigin
public static string CopyOrigin { get; }
public:
static property String^ CopyOrigin {
String^ get ();
}
public static function get CopyOrigin () : String
Property Value
Type: System.String
The text that represents the original diagram that was copied.
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.