IVsApplicationSettings.GetPropertyInfo Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

'Declaration
Sub GetPropertyInfo ( _
    pszWebServiceName As String, _
    <OutAttribute> ByRef pbstrAppSettingsObjectName As String, _
    <OutAttribute> ByRef pbstrPropertyName As String _
)
void GetPropertyInfo(
    string pszWebServiceName,
    out string pbstrAppSettingsObjectName,
    out string pbstrPropertyName
)
void GetPropertyInfo(
    [InAttribute] String^ pszWebServiceName, 
    [OutAttribute] String^% pbstrAppSettingsObjectName, 
    [OutAttribute] String^% pbstrPropertyName
)
abstract GetPropertyInfo : 
        pszWebServiceName:string * 
        pbstrAppSettingsObjectName:string byref * 
        pbstrPropertyName:string byref -> unit
function GetPropertyInfo(
    pszWebServiceName : String, 
    pbstrAppSettingsObjectName : String, 
    pbstrPropertyName : String
)

Parameters

.NET Framework Security

See Also

Reference

IVsApplicationSettings Interface

VSLangProj80 Namespace