IVsSettingsStore.PropertyExists(String, String, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Determina se uma propriedade existe em uma determinada coleção.
public:
int PropertyExists(System::String ^ collectionPath, System::String ^ propertyName, [Runtime::InteropServices::Out] int % pfExists);
int PropertyExists(std::wstring const & collectionPath, std::wstring const & propertyName, [Runtime::InteropServices::Out] int & pfExists);
public int PropertyExists (string collectionPath, string propertyName, out int pfExists);
abstract member PropertyExists : string * string * -> int
Public Function PropertyExists (collectionPath As String, propertyName As String, ByRef pfExists As Integer) As Integer
Parâmetros
- collectionPath
- String
no O caminho da coleção.
- propertyName
- String
no O nome da propriedade.
- pfExists
- Int32
fora O resultado.
Retornos
Retorna S_OK se o status da propriedade foi retornado.