ExecArg.VaIn Property
Gets or sets the structure containing input arguments.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property VaIn As IntPtr
Get
Set
'Usage
Dim instance As ExecArg
Dim value As IntPtr
value = instance.VaIn
instance.VaIn = value
public IntPtr VaIn { get; set; }
public:
property IntPtr VaIn {
IntPtr get ();
void set (IntPtr value);
}
function get VaIn () : IntPtr
function set VaIn (value : IntPtr)
member VaIn : IntPtr with get, set
Property Value
Type: System.IntPtr
.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.Data.Schema.Project.Common.UI Namespace