IVCPropertyStorage.GetRule(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::VisualStudio::VCProjectEngine::IVCRulePropertyStorage ^ GetRule(System::String ^ pszRuleName);
public:
Microsoft::VisualStudio::VCProjectEngine::IVCRulePropertyStorage ^ GetRule(Platform::String ^ pszRuleName);
Microsoft::VisualStudio::VCProjectEngine::IVCRulePropertyStorage GetRule(std::wstring const & pszRuleName);
public Microsoft.VisualStudio.VCProjectEngine.IVCRulePropertyStorage GetRule (string pszRuleName);
abstract member GetRule : string -> Microsoft.VisualStudio.VCProjectEngine.IVCRulePropertyStorage
Public Function GetRule (pszRuleName As String) As IVCRulePropertyStorage
Parameters
- pszRuleName
- String