VCMidlTool.get_PropertyOption(String, Int32) 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:
System::String ^ get_PropertyOption(System::String ^ Prop, int dispidProp);
[System.Runtime.InteropServices.DispId(71)]
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public string get_PropertyOption (string Prop, int dispidProp);
[<System.Runtime.InteropServices.DispId(71)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
abstract member get_PropertyOption : string * int -> string
Public Function get_PropertyOption (Prop As String, dispidProp As Integer) As String
Parameters
- Prop
- String
- dispidProp
- Int32
Returns
- Attributes