Share via


IAppInfoDocumentContract.HasCustomization Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Contract
Assembly:  Microsoft.VisualStudio.Tools.Applications.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Contract.v9.0.dll)

Syntax

'Declaration
Function HasCustomization As Boolean
'Usage
Dim instance As IAppInfoDocumentContract 
Dim returnValue As Boolean 

returnValue = instance.HasCustomization()
bool HasCustomization()
bool HasCustomization()
function HasCustomization() : boolean

Return Value

Type: System.Boolean

See Also

Reference

IAppInfoDocumentContract Interface

IAppInfoDocumentContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace