VBPackageSettings.OptionCompare Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether strings are compared using a binary or text method. Visual Basic projects only.
public:
property VSLangProj2::pkgCompare OptionCompare { VSLangProj2::pkgCompare get(); void set(VSLangProj2::pkgCompare value); };
public:
property VSLangProj2::pkgCompare OptionCompare { VSLangProj2::pkgCompare get(); void set(VSLangProj2::pkgCompare value); };
[System.Runtime.InteropServices.DispId(2)]
public VSLangProj2.pkgCompare OptionCompare { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.OptionCompare : VSLangProj2.pkgCompare with get, set
Public Property OptionCompare As pkgCompare
Property Value
- Attributes
Remarks
This property is supported only in Visual Basic projects.