IVSSItem.Binary Property
Gets or sets a value indicating whether a particular file is binary.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Property Binary As Boolean
'Usage
Dim instance As IVSSItem
Dim value As Boolean
value = instance.Binary
instance.Binary = value
bool Binary { get; set; }
property bool Binary {
bool get ();
void set ([InAttribute] bool pbBinary);
}
/** @property */
boolean get_Binary ()
/** @property */
void set_Binary (/** @attribute InAttribute() */ boolean pbBinary)
function get Binary () : boolean
function set Binary (pbBinary : boolean)
Property Value
true if file marked as binary, otherwise false.
Remarks
[IDL]
HRESULT Binary ([out,retval]boolean *pbBinary);
HRESULT Binary ([in]boolean bBinary);
The Binary property applies to file objects only. If you attempt to access the Binary property of a project object, a run-time error is generated.
See Also
Reference
IVSSItem Interface
IVSSItem Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace