ClosureFindElementOperation.TargetElementId Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property TargetElementId As Guid
'Usage
Dim instance As ClosureFindElementOperation
Dim value As Guid
value = instance.TargetElementId
instance.TargetElementId = value
public Guid TargetElementId { get; set; }
public:
property Guid TargetElementId {
Guid get ();
void set (Guid value);
}
public function get TargetElementId () : Guid
public function set TargetElementId (value : Guid)
Property Value
Type: System.Guid
.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
ClosureFindElementOperation Class