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)

property pkgCompare OptionCompare {
	pkgCompare get();
	void set(pkgCompare value);
}

Property Value

Type: VSLangProj2::pkgCompare

This property is supported only in Visual Basic projects.

Return to top
Show: