IVsApplicationSettings.GetAppSettingsPropertyExpression-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Function GetAppSettingsPropertyExpression ( _
pszAppSettingsObjectName As String, _
pszPropertyName As String _
) As Object
Object GetAppSettingsPropertyExpression(
string pszAppSettingsObjectName,
string pszPropertyName
)
Object^ GetAppSettingsPropertyExpression(
[InAttribute] String^ pszAppSettingsObjectName,
[InAttribute] String^ pszPropertyName
)
abstract GetAppSettingsPropertyExpression :
pszAppSettingsObjectName:string *
pszPropertyName:string -> Object
function GetAppSettingsPropertyExpression(
pszAppSettingsObjectName : String,
pszPropertyName : String
) : Object
Parameter
pszAppSettingsObjectName
Typ: String
pszPropertyName
Typ: String
Rückgabewert
Typ: Object
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.