VBPackageSettings.OptionCompare Property
Gets or sets whether strings are compared using a binary or text method. Visual Basic projects only.
Namespace: VSLangProj2
Assembly: VSLangProj2 (in VSLangProj2.dll)
Syntax
'Declaration
Property OptionCompare As pkgCompare
pkgCompare OptionCompare { get; set; }
property pkgCompare OptionCompare {
pkgCompare get ();
void set (pkgCompare value);
}
abstract OptionCompare : pkgCompare with get, set
function get OptionCompare () : pkgCompare
function set OptionCompare (value : pkgCompare)
Property Value
Type: VSLangProj2.pkgCompare
Remarks
This property is supported only in Visual Basic projects.
.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.