Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<InterfaceTypeAttribute()> _
<GuidAttribute("CC5B9866-BD93-4AFF-8D61-C73ED3BB77D0")> _
Public Interface IVsApplicationSettings
[InterfaceTypeAttribute()]
[GuidAttribute("CC5B9866-BD93-4AFF-8D61-C73ED3BB77D0")]
public interface IVsApplicationSettings
[InterfaceTypeAttribute()]
[GuidAttribute(L"CC5B9866-BD93-4AFF-8D61-C73ED3BB77D0")]
public interface class IVsApplicationSettings
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CC5B9866-BD93-4AFF-8D61-C73ED3BB77D0")>]
type IVsApplicationSettings = interface end
public interface IVsApplicationSettings
The IVsApplicationSettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
EnsureWebServiceUrlPropertyExpression | Infrastructure. Microsoft internal use only. |
![]() |
GetAppSettingsPropertyExpression | Infrastructure. Microsoft internal use only. |
![]() |
GetPropertyInfo | Infrastructure. Microsoft internal use only. |
![]() |
SetPropertyInfo | Infrastructure. Microsoft internal use only. |
Top