WebUrlMenuFunction.normalResource 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.
Overloads
normalResource() | |
normalResource(Int32) |
normalResource()
public:
virtual int normalResource();
public virtual int normalResource ();
abstract member normalResource : unit -> int
override this.normalResource : unit -> int
Public Overridable Function normalResource () As Integer
Returns
Applies to
normalResource(Int32)
public:
virtual int normalResource(int _value);
public virtual int normalResource (int _value);
abstract member normalResource : int -> int
override this.normalResource : int -> int
Public Overridable Function normalResource (_value As Integer) As Integer
Parameters
- _value
- Int32