VBPackageSettings.OptionCompare Property

Definition

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.

Applies to